github.com/andybalholm/brotli.huffmanTreeGroup.num_htrees (field)

3 uses

	github.com/andybalholm/brotli (current package)
		decode.go#L924: 	for s.htree_index < int(group.num_htrees) {
		huffman.go#L98: 	num_htrees    uint16
		state.go#L290: 	group.num_htrees = uint16(ntrees)